home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / chasm.lqr / CHASM.LBR / COM2DATA.DOC < prev    next >
Encoding:
Text File  |  2011-02-05  |  1.8 KB  |  46 lines

  1.  
  2.  
  3.  
  4. COM2DATA
  5. Command
  6.  
  7. ---------------------------------------------------------------
  8.  
  9. Purpose:   Converts a file of machine language code into a file
  10.            of BASIC DATA statements.  The data file may be merged
  11.            into BASIC programs, thus simplifying the process of
  12.            using machine language subroutines in BASIC.
  13.  
  14. Format:    Interpreted: BASIC COM2DATA
  15.            Compiled:    COM2DATA
  16.  
  17. Type:      Internal                 External
  18.                                        ***
  19.  
  20. Remarks:   COM2DATA will prompt for the names of input and output
  21.            files, and the line number to give to the first DATA
  22.            statement. When finished, COM2DATA returns you to
  23.            DOS.
  24.  
  25.            Due to a quirk in BASIC 1.1 and the BASIC compiler,
  26.            programs produced by compiled CHASM or interpreted
  27.            CHASM run under BASIC 1.1 will have incorrect file
  28.            sizes recorded in the disk directory.  Upon reading
  29.            such files, COM2DATA will invariably produce a
  30.            multiple of 128 data values.  Generally, the actual
  31.            program will be followed with a number of spurious
  32.            &H00's, which may be deleted after merging.
  33.  
  34. Copyright: This utility is part of the CHASM assembler package,
  35.            and is copyright (c) 1983 by David Whitman.  The
  36.            author reserves the exclusive right to distribute this
  37.            package for profit.  This program may be copied freely
  38.            by individuals for evaluation purposes.  It is
  39.            expected that those who find the program useful will
  40.            make a contribution directly to the author of the
  41.            program.
  42.  
  43.                David Whitman
  44.                136 Wellington Terrace
  45.                Lansdale, PA 19446
  46.